Esx Hcl Notification

Esx Hcl Notification
Esx Hcl Notification

The Esx Hcl Notification schema contains properties to describe any info/warning/error messages that Tasks can raise.

JSON Example
{
    "id": "string",
    "time": "string",
    "message": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "resolution": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    }
}
string
id
Required

The notification id.

string As date-time As date-time
time
Required

The time the notification was raised/found.

message
Required

The notification message.

resolution
Optional

The resolution message, if any.

Only set if there is a resolution available for this notification.